SftTabs/NET 6.0

ClientAreaStartColor Property, TabClass Class

Softel vdm, Inc.

Defines the starting color of the client area associated with the tab when using a gradient fill (along with ClientAreaEndColor).

Syntax      TabClass Class (Softelvdm.SftTabsNET)

VB   

Public Property ClientAreaStartColor As Color

C#   

public Color ClientAreaStartColor { get; set; }

C++   

public: property Color ClientAreaStartColor {
        Color get();
        void set(Color value);
}

Property Value

The starting color of the client area associated with the tab.

The default value is Color.Empty.

Comments

The ClientAreaStartColor property defines the starting color of the client area associated with the tab when using a gradient fill (along with ClientAreaEndColor).

If both ClientAreaStartColor and ClientAreaEndColor are defined, the tab's client area is rendered using a gradient fill. On display devices that do not support gradient fills or if fewer than 65K colors are available, the ClientAreaColor property is used instead.

If the tab control uses Windows themes, the ClientAreaStartColor property has no effect.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com